type google.golang.org/grpc.fmtStringer

9 uses

	google.golang.org/grpc (current package)
		server.go#L1199: 					trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		server.go#L1518: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		server.go#L1682: 			trInfo.tr.LazyLog(&fmtStringer{"Malformed method name %q", []interface{}{sm}}, true)
		server.go#L1688: 				trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		server.go#L1729: 			trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		stream.go#L1585: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		stream.go#L1653: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		trace.go#L112: type fmtStringer struct {
		trace.go#L117: func (f *fmtStringer) String() string {